home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHome 1999 February/March
/
MacHome CD (February and March 1999).iso
/
Edutainment
/
INFOHIGHWAYDEMOS
/
demo
/
GEN.DCR
/
00563.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-12-02
|
280 b
|
16 lines
on enterFrame
set ro to rollOver()
set thereIsRoll to 0
if (ro >= 45) and (ro <= 51) then
set thereIsRoll to 1
cursor([member "mousePointer", member "mousePointerMask"])
end if
if thereIsRoll = 0 then
cursor(-1)
end if
end
on exitFrame
checkTimer()
end